| Tool Name | Total Calls | Success Rate | Avg Time (ms) | Performance | State Changes |
|---|---|---|---|---|---|
| get_reservation_details | 104 | 14.4% | 0.04ms | Poor | 0/104 |
| get_user_details | 34 | 29.4% | 0.04ms | Poor | 0/34 |
| transfer_to_human_agents | 26 | 100.0% | 1.80ms | Excellent | 0/26 |
| book_reservation | 12 | 8.3% | 0.13ms | Poor | 6/12 |
| cancel_reservation | 10 | 20.0% | 0.10ms | Poor | 10/10 |
| get_flight_status | 10 | 100.0% | 0.04ms | Excellent | 0/10 |
| search_direct_flight | 10 | 30.0% | 0.18ms | Poor | 0/10 |
| calculate | 2 | 100.0% | 0.08ms | Excellent | 0/2 |
| send_certificate | 2 | 0.0% | 0.06ms | Poor | 2/2 |
| update_reservation_flights | 2 | 0.0% | 0.11ms | Poor | 2/2 |
| Tool Name | Category | Calls | Success Rate | Avg Time (ms) | Performance Rating |
|---|---|---|---|---|---|
| cancel_reservation | State-Changing | 10 | 100.0% | 0.10ms | Excellent |
| book_reservation | State-Changing | 6 | 100.0% | 0.18ms | Excellent |
| send_certificate | State-Changing | 2 | 100.0% | 0.06ms | Excellent |
| update_reservation_flights | State-Changing | 2 | 100.0% | 0.11ms | Excellent |
| get_reservation_details | Read-Only | 104 | 90.4% | 0.04ms | Good |
| get_user_details | Read-Only | 34 | 100.0% | 0.04ms | Excellent |
| transfer_to_human_agents | Read-Only | 26 | 100.0% | 1.80ms | Excellent |
| get_flight_status | Read-Only | 10 | 100.0% | 0.04ms | Excellent |
| search_direct_flight | Read-Only | 10 | 100.0% | 0.18ms | Excellent |
| book_reservation | Read-Only | 6 | 0.0% | 0.08ms | Poor |
| calculate | Read-Only | 2 | 100.0% | 0.08ms | Excellent |
7 tools failed action validation checks:
{'reservation_id': 'SDZQKO'}{'reservation_id': 'NQNU5R'}{'user_id': 'mei_brown_7075'}{'reservation_id': 'XEHM4B', 'cabin': 'economy', 'flights': [{'flight_number': 'HAT005', 'date': '20...{'user_id': 'noah_muller_9847', 'amount': 50}{'user_id': 'sophia_silva_7557', 'origin': 'ORD', 'destination': 'PHL', 'flight_type': 'one_way', 'c...{'origin': 'JFK', 'destination': 'MCO', 'date': '2024-05-22'}| Tool Name | Total Calls | Success Rate | Avg Time (ms) |
|---|---|---|---|
| get_reservation_details | 104 | 14.4% | 0.04ms |
| get_user_details | 34 | 29.4% | 0.04ms |
| book_reservation | 12 | 8.3% | 0.13ms |
| cancel_reservation | 10 | 20.0% | 0.10ms |
| search_direct_flight | 10 | 30.0% | 0.18ms |
| Tool Name | Avg Time (ms) | Total Calls | Success Rate |
|---|---|---|---|
| transfer_to_human_agents | 1.80ms | 26 | 100.0% |
| search_direct_flight | 0.18ms | 10 | 30.0% |
| book_reservation | 0.13ms | 12 | 8.3% |
| update_reservation_flights | 0.11ms | 2 | 0.0% |
| cancel_reservation | 0.10ms | 10 | 20.0% |
Most common tool transitions:
Recursive patterns: 5 tools frequently call themselves, indicating iterative processing patterns.